home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / wp2x110.zip / SCRIPT.CFG < prev    next >
Text File  |  1991-08-06  |  2KB  |  66 lines

  1. # Script configuration file for WP2X.
  2. #
  3. # Written 5/20/89 by Raymond Chen.
  4. # If you change this file, please make a note of it below
  5. # and in the BEGIN string.
  6. #
  7. # Version 0.0:  Initial version.
  8. # Version 0.1:  COMMENT tag added 23-Jul-1991.
  9. # Version 0.2:  Note numbers.
  10. # Version 0.3:  New output scheme.
  11.  
  12. HPg="%\n.pa\n"               # Hard page forces a new page
  13. HRt="%\n"                    # Hard return does nothing; the .pp will be
  14.                              # produced when we hit a Tab.
  15. SRt="%\n"                    # Soft return is a newline
  16. Tab=".pp\n"                  # Tab marks the start of a new paragraph
  17.  
  18. -="-"                        # Hyphens are hyphens
  19. --="-+\\n"                   # Hyphen at the end of a line gets a +
  20. =="-"                        # Nonbreaking hyphen (does it exist?)
  21. \-=""                        # Discretionary hyphen does not exist
  22. \--="+\n"                    # Discretonary hyphen at the end of the line
  23.  
  24. Und="+\n.us "                # Underlining
  25. und="|"
  26. Bold="+\n.bd "               # Boldface
  27. bold="|"
  28.  
  29. # Margins are left as comments, since changing the margin on the fly
  30. # is tricky.
  31. Marg="%\n.* left margin %1, right margin %2\n"
  32.  
  33. Indent="%\n.in +5\n"         # Push our margin in, please.
  34. indent="%\n.in\n"            # Pop it back.
  35.  
  36. Fn="%\n.footnote\n"          # You'll have to write these macros yourself.
  37. fn="%\n.footnote end\n"
  38. En="%\n.endnote\n"
  39. en="%\n.endnote end\n"
  40. FNote#=""                    # Note numbers should be automatically generated.
  41. ENote#=""                    # Note numbers should be automatically generated.
  42.  
  43. # There is no way to do spacing different from 1 or 2.
  44.  
  45. SS="%\n.ss\n"
  46. 1.5S="%\n.* Switch to 1.5 spacing\n"
  47. DS="%\n.ds\n"
  48. TS="%\n.* Switch to triple spacing\n"
  49. LS="%\n.* Switch to %1/2 spacing\n"
  50.  
  51. # At the beginning of the file, we load the proper style file
  52. # and the laser files.
  53. # We also put in some identification.
  54. BEGIN=".* This file was created by the WP2X program, using a Script
  55. .* descriptor file (Version 0.3) written by Raymond Chen.
  56. .*
  57. .* Do not expect everything to be converted perfectly.
  58. .*
  59. .dc cont +
  60. .ud set |
  61. "
  62. END="\n.* End of file\n"
  63.  
  64. Comment="%\n.* "
  65. comment="\n"
  66.